|
EPLAN Electric P8 : Eplan API Vorlage
patzi88 am 20.01.2009 um 07:55 Uhr (0)
Guten Morgen!Code: private void createEplanPrj() //Method to create a EPlan project with user defined memory place and settings { string m_strNewProjectName = txtBxProjName.Text; if (txtBxProjName.Text == String.Empty) //Check if there a project { MessageBox.Show("No project name specifiedPlease enter a project name to create a project", "Error"); } else { if ((txtBxPlant.Text == string.Empty) (txtBxPageName.Text == string.Empty) (txtBxLoca ...
|
In das Form EPLAN Electric P8 wechseln |
|
EPLAN Electric P8 : Eplan API Vorlage
patzi88 am 20.01.2009 um 07:55 Uhr (0)
Guten Morgen!Code: private void createEplanPrj() //Method to create a EPlan project with user defined memory place and settings { string m_strNewProjectName = txtBxProjName.Text; if (txtBxProjName.Text == String.Empty) //Check if there a project { MessageBox.Show("No project name specifiedPlease enter a project name to create a project", "Error"); } else { if ((txtBxPlant.Text == string.Empty) (txtBxPageName.Text == string.Empty) (txtBxLoca ...
|
In das Form EPLAN Electric P8 wechseln |
|
EPLAN Electric P8 : Eplan API Vorlage
patzi88 am 20.01.2009 um 13:46 Uhr (0)
Ja ich habe jetzt ein neues c#-projekt erstellt wo er nur ein projekt erstelltCode:namespace WindowsApplication1{ public partial class Form1 : Form { #region EplanVariable private Eplan.EplApi.System.EplApplication m_oEplApp; #endregion public Form1() { InitializeComponent(); m_oEplApp = new Eplan.EplApi.System.EplApplication(); //Initialisieren der Eplan API System.String strAppModifier = ""; m_oEplApp.Init(strAppModifier); } private void btnCreateProject_Cl ...
|
In das Form EPLAN Electric P8 wechseln |
|
EPLAN Electric P8 : Eplan API Vorlage
patzi88 am 20.01.2009 um 13:46 Uhr (0)
Ja ich habe jetzt ein neues c#-projekt erstellt wo er nur ein projekt erstelltCode:namespace WindowsApplication1{ public partial class Form1 : Form { #region EplanVariable private Eplan.EplApi.System.EplApplication m_oEplApp; #endregion public Form1() { InitializeComponent(); m_oEplApp = new Eplan.EplApi.System.EplApplication(); //Initialisieren der Eplan API System.String strAppModifier = ""; m_oEplApp.Init(strAppModifier); } private void btnCreateProject_Cl ...
|
In das Form EPLAN Electric P8 wechseln |